home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.List < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.0 KB  |  43 lines  |  [TEXT/MPS ]

  1. ; File:  E16.List
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. listRejectEvent GEQU $1C02
  9. cString GEQU $0001 ; null terminated string type
  10. LIST_STRG GEQU $0001 ; null terminated string type
  11. selectOnlyOne GEQU $0002 ; only one selection allowed
  12. LIST_SELECT GEQU $0002 ; single selection only
  13. memDisabled GEQU $40 ; Sets member flag to disabled
  14. memSelected GEQU $80 ; Sets member flag to selected
  15. ; offset constants for LColorTable
  16. olistFrameClr GEQU 0
  17. olistNorTextClr GEQU 2
  18. olistSelTextClr GEQU 4
  19. olistNorBackClr GEQU 6
  20. olistSelBackClr GEQU 8
  21. ; offset constants for MemRec
  22. omemPtr GEQU 0
  23. omemFlag GEQU 4
  24. ; Front of ListCtlRec matches CtlRec
  25. octlMemDraw GEQU 40
  26. octlMemHeight GEQU 44
  27. octlMemSize GEQU 46
  28. octlList GEQU 48
  29. octlListBar GEQU 52
  30. ; offset constants for ListRec
  31. olistRect GEQU 0
  32. olistSize GEQU 8
  33. olistView GEQU 10
  34. olistType GEQU 12
  35. olistStart GEQU 14
  36. olistCtl GEQU 16
  37. olistDraw GEQU 20
  38. olistMemHeight GEQU 24
  39. olistMemSize GEQU 26
  40. olistPointer GEQU 28
  41. olistRefCon GEQU 32
  42. olistScrollClr GEQU 36
  43.